CaptureAndSend.WAS  v1.0
Procomm Plus 4.x for Windows 95/98/NT


Should I use this script?
-------------------------
CaptureAndSend.WAS allows you to capture data that is coming
across the Terminal screen, and then take the Capture file
(*.CAP) and send it to the host system.  CaptureAndSend waits
for an ASCII 17 character to be sent from the host system to
continue.


Customization
----------------------------
NOTE: Depending on the editor that you use the line number may
change.

*Set the Capture File path by editing the MACRO definition
(CapSpec) on line 27.
*Set the Input file path by editing the MACRO definition
(FileSpec) on line 28.
*Define the ASCII character the client system is expecting by
editing the string definition on line 84.
*Set whether the capture file is overwritten or appended by
editing line 89.  Setting capture overwrite ON overwrites the
file, and setting it OFF appends to the current file.

How do I install CaptureAndSend.WAX?
---------------------------------
Copy CaptureAndSend.WAS to your ASPECT directory and compile it
by selecting Tools | Scripts | Compile/Edit from the Procomm Plus
Menu bar.


How do I run CaptureAndSend.WAX?
---------------------------------
From the Action Bar:

1)  Click on the Script File drop down menu.
2)  Select CaptureAndSend.

From the Menu Bar:

1)  Click on Tools | Scripts.
2)  Click on Run.
3)  Select CaptureAndSend.WAX.
4)  Click on Open.

NOTE:  If CaptureAndSend.WAX does not appear in the Script File
       drop down list, you might have a different default ASPECT
       path.  To change the path, go to Options | Data Options |
       Paths and change the path to PROGRAM FILES\PROCOMM PLUS\
       ASPECT directory.

CaptureAndSend assumes that the connection with the Host already 
exists.
